home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
feeltheflash.swf
/
scripts
/
frame_1
/
PlaceObject2_410_242
/
CLIPACTIONRECORD onClipEvent(load).as
next >
Wrap
Text File
|
2005-08-12
|
414b
|
22 lines
onClipEvent(load){
function menuStackUp()
{
if(this.stack == "down")
{
this.swapDepths(_parent.swapDmyM);
this.stack = "up";
}
}
function menuStackDown()
{
if(this.stack == "up")
{
this.swapDepths(_parent.swapDmyM);
this.stack = "down";
}
}
orgX = this._x;
orgY = this._y;
this.stack = "up";
}